home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
var
/
lib
/
python-support
/
python2.6
/
rdflib
/
Statement.pyc
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Compiled Bytecode
|
2009-04-20
|
870 b
|
17 lines
# Source Generated with Decompyle++
# File: in.pyc (Python 2.6)
from rdflib.Node import Node
class Statement(Node, tuple):
def __new__(cls, .1, context):
(subject, predicate, object) = .1
return tuple.__new__(cls, ((subject, predicate, object), context))
def __reduce__(self):
return (Statement, (self[0], self[1]))